-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial: Chapter 1.1 - SwiftUI / Building a Simple Todo List UI #94
Tutorial: Chapter 1.1 - SwiftUI / Building a Simple Todo List UI #94
Conversation
Signed-off-by: Peter Friese <[email protected]>
Signed-off-by: Peter Friese <[email protected]>
Signed-off-by: Peter Friese <[email protected]>
Signed-off-by: Peter Friese <[email protected]>
Signed-off-by: Peter Friese <[email protected]>
Signed-off-by: Peter Friese <[email protected]>
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Outdated
Show resolved
Hide resolved
Signed-off-by: Peter Friese <[email protected]>
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Outdated
Show resolved
Hide resolved
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Show resolved
Hide resolved
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Outdated
Show resolved
Hide resolved
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Outdated
Show resolved
Hide resolved
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Outdated
Show resolved
Hide resolved
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Show resolved
Hide resolved
This is great! I did all the steps in the tutorial, and the code works flawlessly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff @peterfriese! Pretty much all of the feedback I left is optional. I'm sure it's a lot of work to even rename APIs given the multiple code snippets, screenshots, and tutorial writeup so I'll leave it up to you to decide if a suggestion is worth implementing. 🙂
...tSo.docc/Resources/building-a-simple-todo-list-ui/code/building-todo-ui-reminder-01-03.swift
Show resolved
Hide resolved
...tSo.docc/Resources/building-a-simple-todo-list-ui/code/building-todo-ui-reminder-01-02.swift
Outdated
Show resolved
Hide resolved
...mple-todo-list-ui/code/building-todo-ui-reminder-05-contentview-present-addreminder-04.swift
Show resolved
Hide resolved
...uilding-a-simple-todo-list-ui/code/building-todo-ui-reminder-06-addreminder-brushup-02.swift
Outdated
Show resolved
Hide resolved
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Outdated
Show resolved
Hide resolved
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Outdated
Show resolved
Hide resolved
code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
Outdated
Show resolved
Hide resolved
Co-authored-by: Nick Cooke <[email protected]>
Co-authored-by: Nick Cooke <[email protected]>
Co-authored-by: Nick Cooke <[email protected]>
Co-authored-by: Nick Cooke <[email protected]>
Co-authored-by: Nick Cooke <[email protected]>
Signed-off-by: Peter Friese <[email protected]>
Signed-off-by: Peter Friese <[email protected]>
Thanks for the review! I added all of the missing images, and it looks much better now :-) |
Thanks for the review! It was less work to make those changes than I expected. |
This is the first tutorial.
The main tutorial content resides in code/frontend/MakeItSo/MakeItSo/MakeItSo.docc/Tutorials/Building a simple todo list UI.tutorial
It is live at https://peterfriese.github.io/MakeItSo/tutorials/makeitso/building-a-simple-todo-list-ui
Once merged, this resolves #87